Home | History | Annotate | Download | only in include

Lines Matching refs:__pre

365      __pre __next_annotation

369 #define __pre __declspec("SAL_pre")
384 #define __precond(expr) __pre
468 #define __pre
499 #define __in __pre __valid __pre __deref __readonly
500 #define __in_ecount(size) __in __pre __elem_readableTo(size)
501 #define __in_bcount(size) __in __pre __byte_readableTo(size)
502 #define __in_z __in __pre __nullterminated
503 #define __in_ecount_z(size) __in_ecount(size) __pre __nullterminated
504 #define __in_bcount_z(size) __in_bcount(size) __pre __nullterminated
527 #define __inout __pre __valid __post __valid __refparam
528 #define __inout_ecount(size) __out_ecount(size) __pre __valid
529 #define __inout_bcount(size) __out_bcount(size) __pre __valid
530 #define __inout_ecount_part(size,length) __out_ecount_part(size,length) __pre __valid __pre __elem_readableTo(length)
531 #define __inout_bcount_part(size,length) __out_bcount_part(size,length) __pre __valid __pre __byte_readableTo(length)
534 #define __inout_z __inout __pre __nullterminated __post __nullterminated
535 #define __inout_ecount_z(size) __inout_ecount(size) __pre __nullterminated __post __nullterminated
536 #define __inout_bcount_z(size) __inout_bcount(size) __pre __nullterminated __post __nullterminated
545 #define __in_z_opt __in_opt __pre __nullterminated
546 #define __in_ecount_z_opt(size) __in_ecount_opt(size) __pre __nullterminated
547 #define __in_bcount_z_opt(size) __in_bcount_opt(size) __pre __nullterminated
573 #define __inout_z_opt __inout_opt __pre __nullterminated __post __nullterminated
574 #define __inout_ecount_z_opt(size) __inout_ecount_opt(size) __pre __nullterminated __post __nullterminated
575 #define __inout_ecount_z_opt(size) __inout_ecount_opt(size) __pre __nullterminated __post __nullterminated
595 #define __deref_inout __notnull __elem_readableTo(1) __pre __deref __valid __post __deref __valid __refparam
596 #define __deref_inout_z __deref_inout __pre __deref __nullterminated __post __deref __nullterminated
597 #define __deref_inout_ecount(size) __deref_inout __pre __deref __elem_writableTo(size) __post __deref __elem_writableTo(size)
598 #define __deref_inout_bcount(size) __deref_inout __pre __deref __byte_writableTo(size) __post __deref __byte_writableTo(size)
599 #define __deref_inout_ecount_part(size,length) __deref_inout_ecount(size) __pre __deref __elem_readableTo(length) __post __deref __elem_readableTo(length)
600 #define __deref_inout_bcount_part(size,length) __deref_inout_bcount(size) __pre __deref __byte_readableTo(length) __post __deref __byte_readableTo(length)
603 #define __deref_inout_z __deref_inout __pre __deref __nullterminated __post __deref __nullterminated
604 #define __deref_inout_ecount_z(size) __deref_inout_ecount(size) __pre __deref __nullterminated __post __deref __nullterminated
605 #define __deref_inout_bcount_z(size) __deref_inout_ecount(size) __pre __deref __nullterminated __post __deref __nullterminated
624 #define __deref_inout_opt __deref_inout __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
625 #define __deref_inout_ecount_opt(size) __deref_inout_ecount(size) __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
626 #define __deref_inout_bcount_opt(size) __deref_inout_bcount(size) __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
627 #define __deref_inout_ecount_part_opt(size,length) __deref_inout_ecount_part(size,length) __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
628 #define __deref_inout_bcount_part_opt(size,length) __deref_inout_bcount_part(size,length) __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
629 #define __deref_inout_ecount_full_opt(size) __deref_inout_ecount_full(size) __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
630 #define __deref_inout_bcount_full_opt(size) __deref_inout_bcount_full(size) __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
631 #define __deref_inout_z_opt __deref_inout_opt __pre __deref __nullterminated __post __deref __nullterminated
632 #define __deref_inout_ecount_z_opt(size) __deref_inout_ecount_opt(size) __pre __deref __nullterminated __post __deref __nullterminated
633 #define __deref_inout_bcount_z_opt(size) __deref_inout_bcount_opt(size) __pre __deref __nullterminated __post __deref __nullterminated
654 #define __deref_opt_inout_z __deref_opt_inout __pre __deref __nullterminated __post __deref __nullterminated
655 #define __deref_opt_inout_ecount_z(size) __deref_opt_inout_ecount(size) __pre __deref __nullterminated __post __deref __nullterminated
656 #define __deref_opt_inout_bcount_z(size) __deref_opt_inout_bcount(size) __pre __deref __nullterminated __post __deref __nullterminated
669 #define __deref_opt_out_z_opt __post __deref __valid __refparam __exceptthat __maybenull __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull __post __deref __nullterminated
682 #define __deref_opt_inout_z_opt __deref_opt_inout_opt __pre __deref __nullterminated __post __deref __nullterminated
683 #define __deref_opt_inout_ecount_z_opt(size) __deref_opt_inout_ecount_opt(size) __pre __deref __nullterminated __post __deref __nullterminated
684 #define __deref_opt_inout_bcount_z_opt(size) __deref_opt_inout_bcount_opt(size) __pre __deref __nullterminated __post __deref __nullterminated
702 #define __reserved __pre __null